home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / xtras / pomlite.dir / Internal_7.ls < prev    next >
Encoding:
Text File  |  1996-10-06  |  245 b   |  9 lines

  1. on exitFrame
  2.   if the controlDown then
  3.     set the text of member "docs" to "Preview" && word 2 of the text of member "docs"
  4.   else
  5.     set the text of member "docs" to "Print" && word 2 of the text of member "docs"
  6.   end if
  7.   go(the frame)
  8. end
  9.